POST api/JobViewDocuments/{orgKey}/AddJobViewDocument/{projectKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
|
| projectKey | integer |
Required |
Body Parameters
Project| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectKey | integer |
None. |
|
| OrgKey | integer |
None. |
|
| RentalType | RentalTypes |
None. |
|
| Division | DivisionModel |
None. |
|
| CustomerAccountKey | integer |
None. |
|
| Branch | BranchModel |
None. |
|
| Employee | EmployeeContactModel |
None. |
|
| ProjectName | string |
None. |
|
| ProjectCustomerName | string |
None. |
|
| ProjectJobNumber | string |
None. |
|
| D365ProjectID | string |
None. |
|
| ProjectLegacyJobNumber | string |
None. |
|
| ProjectContractID | string |
None. |
|
| ProjectStatusTypeKey | byte |
None. |
|
| LegalEntityKey | integer |
None. |
|
| ProjectDescription | string |
None. |
|
| ProjectCreatedBy | integer |
None. |
|
| ProjectCreateDate | date |
None. |
|
| ProjectUpdatedBy | integer |
None. |
|
| ProjectUpdatedByModel | ContactModel |
None. |
|
| ProjectUpdateDate | date |
None. |
|
| ProjectCloseDate | date |
None. |
|
| ProjectClosedBy | integer |
None. |
|
| CustomerAccount | CustomerAccount |
None. |
|
| DispatchOrders | Collection of DispatchOrder |
None. |
|
| JobSiteAddresses | Collection of JobSiteAddress |
None. |
|
| ProjectDocuments | Collection of ProjectDocument |
None. |
|
| ProjectNotes | Collection of ProjectNote |
None. |
|
| ProjectStatusType | ProjectStatusType |
None. |
|
| SalesOrders | Collection of SalesOrder |
None. |
|
| StorageSets | Collection of StorageSet |
None. |
|
| ProjectDocument | ProjectDocument |
None. |
|
| JobSiteAddress | JobSiteAddress |
None. |
|
| AccountContact | AccountContact |
None. |
|
| ProjectCompanyDisplayName | string |
None. |
|
| LocalHiring | boolean |
None. |
|
| ProjectSkilledWorkforce | boolean |
None. |
|
| ProjectSiteSpecificTraining | boolean |
None. |
|
| ProjectSpecialRequirementCompliant | boolean |
None. |
|
| SpecialRequirementCompliantString | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:01:50.0956368+00:00"
}