Creates purchase order details
post
/service/v1/postPoTxnData
This endpoint is used to creates purchase order details record.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request body with purchase order details to be persisted
Nested Schema : GenericDto-allOf[0]
Type:
object
Nested Schema : PoTxnDTO-allOf[1]
Type:
Show Source
object
-
acceptanceAmount:
number
Acceptance Amount
-
buyerId:
string
Buyer Id
-
buyerName:
string
Buyer Name
-
currency:
string
Currency
-
event:
string
Event
-
netPoAmount:
number
Net Po Amount
-
obPoTxnId:
string
Ob Po Transaction Id
-
poDate:
string
Po Date
-
poExternalNumber:
string
Po External Number
-
poInternalNumber:
string
Po Internal Number
-
poStatus:
string
Po Status
-
processingDate:
string
Processing Date
-
programId:
string
Program Id
-
programName:
string
Program Name
-
promisedShipmentDate:
string
Promised Shipment Date
-
relationshipCode:
string
Relationship Code
-
supplierId:
string
Supplier Id
-
supplierName:
string
Supplier Name
-
txnRefNo:
string
Transaction Reference Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error