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": "479c3037-fee5-4d90-bf00-480683f26d21",
"stateId": "546b9752-ac13-4ebe-8bdd-9237fd9ef4d4"
},
{
"sectionId": "479c3037-fee5-4d90-bf00-480683f26d21",
"stateId": "546b9752-ac13-4ebe-8bdd-9237fd9ef4d4"
}
],
"attachmentInformation": [
{
"attachmentId": "6cec5193-dcc9-40f7-b7aa-4d7674db99df",
"size": 1
},
{
"attachmentId": "6cec5193-dcc9-40f7-b7aa-4d7674db99df",
"size": 1
}
]
}
text/html
Sample:
{"sectionInformation":[{"sectionId":"479c3037-fee5-4d90-bf00-480683f26d21","stateId":"546b9752-ac13-4ebe-8bdd-9237fd9ef4d4"},{"sectionId":"479c3037-fee5-4d90-bf00-480683f26d21","stateId":"546b9752-ac13-4ebe-8bdd-9237fd9ef4d4"}],"attachmentInformation":[{"attachmentId":"6cec5193-dcc9-40f7-b7aa-4d7674db99df","size":1},{"attachmentId":"6cec5193-dcc9-40f7-b7aa-4d7674db99df","size":1}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.