POST api/SigmaCommon/PostPayment

Request Information

URI Parameters

None.

Body Parameters

PostPaymentData
NameDescriptionTypeAdditional information
customerID

string

Required

paymentMode

string

Required

paymentType

string

Required

paymentDate

string

Required

paymentAmount

string

Required

paymentCode

string

Required

ConfirmationEmail

string

None.

recType

string

None.

pay_ref

string

None.

marketId

string

None.

clientId

string

None.

flowStatus

string

None.

createdBy

string

None.

origSource1

string

None.

origRef1

string

None.

comments

string

None.

WebServiceKey

string

Required

CompanyID

integer

Required

AppSource

string

Required

AppSourceTeam

string

Required

Request Formats

application/json, text/json

Sample:
{
  "customerID": "sample string 1",
  "paymentMode": "sample string 2",
  "paymentType": "sample string 3",
  "paymentDate": "sample string 4",
  "paymentAmount": "sample string 5",
  "paymentCode": "sample string 6",
  "ConfirmationEmail": "sample string 7",
  "recType": "sample string 8",
  "pay_ref": "sample string 9",
  "marketId": "sample string 10",
  "clientId": "sample string 11",
  "flowStatus": "sample string 12",
  "createdBy": "sample string 13",
  "origSource1": "sample string 14",
  "origRef1": "sample string 15",
  "comments": "sample string 16",
  "WebServiceKey": "sample string 17",
  "CompanyID": 1,
  "AppSource": "sample string 18",
  "AppSourceTeam": "sample string 19"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostPaymentResponseCode
NameDescriptionTypeAdditional information
PaymentID

string

None.

PaymentCode

string

None.

ResponseCode

string

None.

ResponseMessage

string

None.

CustomerID

string

None.

CompanyID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PaymentID": "sample string 1",
  "PaymentCode": "sample string 2",
  "ResponseCode": "sample string 3",
  "ResponseMessage": "sample string 4",
  "CustomerID": "sample string 5",
  "CompanyID": 6
}