POST api/Pin/updatekitpinproof
Request Information
URI Parameters
None.
Body Parameters
mlUpdateKiPinProof| Name | description | Type | Additional information |
|---|---|---|---|
| PinProofUploadedPath | string |
None. |
|
| BatchNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchNo": 2,
"PinProofUploadedPath": "sample string 1"
}
application/xml, text/xml
Sample:
<mlUpdateKiPinProof xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Pin"> <BatchNo>2</BatchNo> <PinProofUploadedPath>sample string 1</PinProofUploadedPath> </mlUpdateKiPinProof>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |