POST api/MobileApp/UpdateCommonPaymentStatus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UpdateIsPaidCommonPaymentResponse
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

StatusCode

integer

None.

Message

string

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "StatusCode": 2,
  "Message": "sample string 3",
  "Result": 0,
  "ErrorMessage": "sample string 4"
}

application/xml, text/xml

Sample:
<UpdateIsPaidCommonPaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Business.Core.DataContracts.MobileApp">
  <_x003C_ErrorMessage_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">sample string 4</_x003C_ErrorMessage_x003E_k__BackingField>
  <_x003C_Result_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">Success</_x003C_Result_x003E_k__BackingField>
  <IsSuccessful>true</IsSuccessful>
  <Message>sample string 3</Message>
  <StatusCode>2</StatusCode>
</UpdateIsPaidCommonPaymentResponse>