POST api/jobs/{id}/confirmsummary
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Jobs.JobDataSummaryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionInformation | Collection of API.Infrastructure.Dto.Jobs.JobSectionInformationDto |
None. |
|
| AttachmentInformation | Collection of API.Infrastructure.Dto.Jobs.JobAttachmentInformationDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"sectionInformation": [
{
"sectionId": "745629a9-3819-4b3d-bde5-5b0d2983dcce",
"stateId": "8b8aa3e0-d1ae-45b7-8d52-45d3b7281bd2"
},
{
"sectionId": "745629a9-3819-4b3d-bde5-5b0d2983dcce",
"stateId": "8b8aa3e0-d1ae-45b7-8d52-45d3b7281bd2"
}
],
"attachmentInformation": [
{
"attachmentId": "012921b6-5ae4-4cf3-8b97-13a5cfe6c0ea",
"size": 1
},
{
"attachmentId": "012921b6-5ae4-4cf3-8b97-13a5cfe6c0ea",
"size": 1
}
]
}
text/html
Sample:
{"sectionInformation":[{"sectionId":"745629a9-3819-4b3d-bde5-5b0d2983dcce","stateId":"8b8aa3e0-d1ae-45b7-8d52-45d3b7281bd2"},{"sectionId":"745629a9-3819-4b3d-bde5-5b0d2983dcce","stateId":"8b8aa3e0-d1ae-45b7-8d52-45d3b7281bd2"}],"attachmentInformation":[{"attachmentId":"012921b6-5ae4-4cf3-8b97-13a5cfe6c0ea","size":1},{"attachmentId":"012921b6-5ae4-4cf3-8b97-13a5cfe6c0ea","size":1}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.