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": "f1c02392-5541-4101-a959-d3e6d9532473",
"stateId": "cc94e988-07f2-4349-bd35-ff5b3b114915"
},
{
"sectionId": "f1c02392-5541-4101-a959-d3e6d9532473",
"stateId": "cc94e988-07f2-4349-bd35-ff5b3b114915"
}
],
"attachmentInformation": [
{
"attachmentId": "ad647a0c-469d-4b5e-b479-e71bf6a2bbcd",
"size": 1
},
{
"attachmentId": "ad647a0c-469d-4b5e-b479-e71bf6a2bbcd",
"size": 1
}
]
}
text/html
Sample:
{"sectionInformation":[{"sectionId":"f1c02392-5541-4101-a959-d3e6d9532473","stateId":"cc94e988-07f2-4349-bd35-ff5b3b114915"},{"sectionId":"f1c02392-5541-4101-a959-d3e6d9532473","stateId":"cc94e988-07f2-4349-bd35-ff5b3b114915"}],"attachmentInformation":[{"attachmentId":"ad647a0c-469d-4b5e-b479-e71bf6a2bbcd","size":1},{"attachmentId":"ad647a0c-469d-4b5e-b479-e71bf6a2bbcd","size":1}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.