You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
RequisitionFormData
Representation transaction info of an order, containing the target url to submit cXML order message and base64 encode order info. RequisitionFormData
export interface RequisitionFormData {
'browseFormPostUrl': string;
'orderAsCXML': string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
browseFormPostUrl | Required | string | The url used to submit order into procurement system {string} RequisitionFormData |
orderAsCXML | Required | string | Order info in base64 encoded cXML format, to submit this to procurement system, you must name this field with name cxml-base64 or cxml-urlencoded. {string} RequisitionFormData |