PUT api/UpdateManageForward?MID={MID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MID | integer |
Required |
Body Parameters
ManageForwardAdminPaymentModeName | Description | Type | Additional information |
---|---|---|---|
STATUS | string |
None. |
|
COLLECTED_ON_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "STATUS": "sample string 1", "COLLECTED_ON_DATE": "2025-08-06T03:30:06.3849672+04:00" }
text/html
Sample:
{"STATUS":"sample string 1","COLLECTED_ON_DATE":"2025-08-06T03:30:06.3849672+04:00"}
application/xml, text/xml
Sample:
<ManageForwardAdminPaymentMode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.AdminPayment"> <COLLECTED_ON_DATE>2025-08-06T03:30:06.3849672+04:00</COLLECTED_ON_DATE> <STATUS>sample string 1</STATUS> </ManageForwardAdminPaymentMode>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="STATUS" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="COLLECTED_ON_DATE" 2025-08-06T03:30:06.3849672+04:00 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
ManageForwardAdminPaymentModeApiResponseName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | string |
None. |
|
Response | ManageForwardAdminPaymentMode |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": "sample string 2", "Response": { "STATUS": "sample string 1", "COLLECTED_ON_DATE": "2025-08-06T03:30:06.3849672+04:00" } }
text/html
Sample:
{"Message":"sample string 1","Status":"sample string 2","Response":{"STATUS":"sample string 1","COLLECTED_ON_DATE":"2025-08-06T03:30:06.3849672+04:00"}}
application/xml, text/xml
Sample:
<ManageForwardAdminPaymentModeApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.AdminPayment"> <Message>sample string 1</Message> <Response> <COLLECTED_ON_DATE>2025-08-06T03:30:06.3849672+04:00</COLLECTED_ON_DATE> <STATUS>sample string 1</STATUS> </Response> <Status>sample string 2</Status> </ManageForwardAdminPaymentModeApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Message" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Status" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.STATUS" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Response.COLLECTED_ON_DATE" 2025-08-06T03:30:06.3849672+04:00 --MultipartDataMediaFormatterBoundary1q2w3e--