POST api/Values/PostPaymentEffectiveNotifyStatusCIP
Request Information
URI Parameters
None.
Body Parameters
NotifyStatusCIPRequestName | Description | Type | Additional information |
---|---|---|---|
eventType | string |
None. |
|
operationNumber | string |
None. |
|
data | NotifyStatusCIPRequestData |
None. |
Request Formats
application/json, text/json
Sample:
{ "eventType": "sample string 1", "operationNumber": "sample string 2", "data": { "cip": "sample string 1", "currency": "sample string 2", "amount": 3.0, "paymentDate": "2025-05-24T05:53:53.5620164-05:00", "transactionCode": "sample string 5" } }
application/xml, text/xml
Sample:
<NotifyStatusCIPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sanitas.Domain.Entities.Transport.PaymentEffective"> <data> <amount>3</amount> <cip>sample string 1</cip> <currency>sample string 2</currency> <paymentDate>2025-05-24T05:53:53.5620164-05:00</paymentDate> <transactionCode>sample string 5</transactionCode> </data> <eventType>sample string 1</eventType> <operationNumber>sample string 2</operationNumber> </NotifyStatusCIPRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.