POST Checklist/SaveChecklistFormV2
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.XS_Checklist_SaveParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Form | XS.CoreApi.Pentagon.Model.Checklist_Form |
None. |
|
| FormItems | Collection of XS.CoreApi.Pentagon.Model.Checklist_FormItem |
None. |
|
| Images | Collection of XS.CoreApi.Pentagon.Model.Checklist_Image |
None. |
|
| Company | XS.CoreApi.Pentagon.Model.CompanyCodes |
None. |
|
| AddedUser | string |
None. |
|
| FormType | string |
None. |
|
| ChecklistType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Form": {
"FORM_NO": 1,
"DOC_NO": 2,
"LINE": 3.0,
"DOC_CATEGORY": "sample string 4",
"DOC_DATE": "2026-04-03T08:43:44.7880689-04:00",
"ACCTNO": "sample string 5",
"SUBC": "sample string 6",
"CUST_VEND": "sample string 7",
"IsMatchRequirement": "sample string 8",
"IsMatchPN": "sample string 9",
"IsMatchCertDoc": "sample string 10",
"IsDamaged": "sample string 11",
"IsPlugsInstalled": "sample string 12",
"IsShelfLifeLimited": "sample string 13",
"IsMatchQty": "sample string 14",
"IsSplitLot": "sample string 15",
"IsSecondPartySignReq": "sample string 16",
"IsSealNumberWritten": "sample string 17",
"IsSpecialPackagingReq": "sample string 18",
"IsSpecialPackagingUsed": "sample string 19",
"IsDiscrepancy": "sample string 20",
"IsForOpenSO": "sample string 21",
"IsImagesAttached": "sample string 22",
"IsOverSampleQty": "sample string 23",
"ShelftLifeExpDate": "2026-04-03T08:43:44.7880689-04:00",
"SampleQty": 1.0,
"Dicrepancy": "sample string 24",
"Resolution": "sample string 25",
"INSPECTED_BY": "sample string 26",
"APPROVED_BY": "sample string 27",
"SIGNED_BY": "sample string 28",
"WH_MANAGER_SIGN": "sample string 29",
"FormVersion": 30,
"STOCKIMG_IMAGE_NO": 31,
"IsSplitLotNew": "sample string 32",
"IsRemainingProdSeparated": "sample string 33",
"IsMatchRequirementFromSO": "sample string 34",
"IsMatchCond": "sample string 35",
"IsDocumentsAttached": "sample string 36",
"IsDocProperForCondAndTrace": "sample string 37",
"IsSNMatchPartAndDoc": "sample string 38",
"IsPackageDamaged": "sample string 39",
"IsPartDamaged": "sample string 40",
"BoxDimension": "sample string 41",
"BoxWeight": "sample string 42",
"QtyAccepted": 1.0,
"QtyRejected": 1.0
},
"FormItems": [
{
"FORM_NO": 1,
"QUESTION_NO": 2,
"QUESTION": "sample string 3",
"ANSWER": "sample string 4",
"DETAIL": "sample string 5",
"FORM_VERSION": 6,
"IS_COMPLETED": true
},
{
"FORM_NO": 1,
"QUESTION_NO": 2,
"QUESTION": "sample string 3",
"ANSWER": "sample string 4",
"DETAIL": "sample string 5",
"FORM_VERSION": 6,
"IS_COMPLETED": true
}
],
"Images": [
{
"FORM_NO": 1,
"QUESTION_NO": 2,
"STOCKIMG_IMAGE_NO": 3,
"IMAGE_URL": "sample string 4"
},
{
"FORM_NO": 1,
"QUESTION_NO": 2,
"STOCKIMG_IMAGE_NO": 3,
"IMAGE_URL": "sample string 4"
}
],
"Company": 0,
"AddedUser": "sample string 1",
"FormType": "sample string 2",
"ChecklistType": "sample string 3"
}
application/xml, text/xml
Sample:
<XS_Checklist_SaveParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<AddedUser>sample string 1</AddedUser>
<ChecklistType>sample string 3</ChecklistType>
<Company>ASIC</Company>
<Form>
<ACCTNO>sample string 5</ACCTNO>
<APPROVED_BY>sample string 27</APPROVED_BY>
<BoxDimension>sample string 41</BoxDimension>
<BoxWeight>sample string 42</BoxWeight>
<CUST_VEND>sample string 7</CUST_VEND>
<DOC_CATEGORY>sample string 4</DOC_CATEGORY>
<DOC_DATE>2026-04-03T08:43:44.7880689-04:00</DOC_DATE>
<DOC_NO>2</DOC_NO>
<Dicrepancy>sample string 24</Dicrepancy>
<FORM_NO>1</FORM_NO>
<FormVersion>30</FormVersion>
<INSPECTED_BY>sample string 26</INSPECTED_BY>
<IsDamaged>sample string 11</IsDamaged>
<IsDiscrepancy>sample string 20</IsDiscrepancy>
<IsDocProperForCondAndTrace>sample string 37</IsDocProperForCondAndTrace>
<IsDocumentsAttached>sample string 36</IsDocumentsAttached>
<IsForOpenSO>sample string 21</IsForOpenSO>
<IsImagesAttached>sample string 22</IsImagesAttached>
<IsMatchCertDoc>sample string 10</IsMatchCertDoc>
<IsMatchCond>sample string 35</IsMatchCond>
<IsMatchPN>sample string 9</IsMatchPN>
<IsMatchQty>sample string 14</IsMatchQty>
<IsMatchRequirement>sample string 8</IsMatchRequirement>
<IsMatchRequirementFromSO>sample string 34</IsMatchRequirementFromSO>
<IsOverSampleQty>sample string 23</IsOverSampleQty>
<IsPackageDamaged>sample string 39</IsPackageDamaged>
<IsPartDamaged>sample string 40</IsPartDamaged>
<IsPlugsInstalled>sample string 12</IsPlugsInstalled>
<IsRemainingProdSeparated>sample string 33</IsRemainingProdSeparated>
<IsSNMatchPartAndDoc>sample string 38</IsSNMatchPartAndDoc>
<IsSealNumberWritten>sample string 17</IsSealNumberWritten>
<IsSecondPartySignReq>sample string 16</IsSecondPartySignReq>
<IsShelfLifeLimited>sample string 13</IsShelfLifeLimited>
<IsSpecialPackagingReq>sample string 18</IsSpecialPackagingReq>
<IsSpecialPackagingUsed>sample string 19</IsSpecialPackagingUsed>
<IsSplitLot>sample string 15</IsSplitLot>
<IsSplitLotNew>sample string 32</IsSplitLotNew>
<LINE>3</LINE>
<QtyAccepted>1</QtyAccepted>
<QtyRejected>1</QtyRejected>
<Resolution>sample string 25</Resolution>
<SIGNED_BY>sample string 28</SIGNED_BY>
<STOCKIMG_IMAGE_NO>31</STOCKIMG_IMAGE_NO>
<SUBC>sample string 6</SUBC>
<SampleQty>1</SampleQty>
<ShelftLifeExpDate>2026-04-03T08:43:44.7880689-04:00</ShelftLifeExpDate>
<WH_MANAGER_SIGN>sample string 29</WH_MANAGER_SIGN>
</Form>
<FormItems>
<Checklist_FormItem>
<ANSWER>sample string 4</ANSWER>
<DETAIL>sample string 5</DETAIL>
<FORM_NO>1</FORM_NO>
<FORM_VERSION>6</FORM_VERSION>
<IS_COMPLETED>true</IS_COMPLETED>
<QUESTION>sample string 3</QUESTION>
<QUESTION_NO>2</QUESTION_NO>
</Checklist_FormItem>
<Checklist_FormItem>
<ANSWER>sample string 4</ANSWER>
<DETAIL>sample string 5</DETAIL>
<FORM_NO>1</FORM_NO>
<FORM_VERSION>6</FORM_VERSION>
<IS_COMPLETED>true</IS_COMPLETED>
<QUESTION>sample string 3</QUESTION>
<QUESTION_NO>2</QUESTION_NO>
</Checklist_FormItem>
</FormItems>
<FormType>sample string 2</FormType>
<Images>
<Checklist_Image>
<FORM_NO>1</FORM_NO>
<IMAGE_URL>sample string 4</IMAGE_URL>
<QUESTION_NO>2</QUESTION_NO>
<STOCKIMG_IMAGE_NO>3</STOCKIMG_IMAGE_NO>
</Checklist_Image>
<Checklist_Image>
<FORM_NO>1</FORM_NO>
<IMAGE_URL>sample string 4</IMAGE_URL>
<QUESTION_NO>2</QUESTION_NO>
<STOCKIMG_IMAGE_NO>3</STOCKIMG_IMAGE_NO>
</Checklist_Image>
</Images>
</XS_Checklist_SaveParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |