Create a Business Partner
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a Business Partner
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/sys-rest-api/rest/1/businesspartner
Create Business Partners
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "BpCode": "BP1111", "BpName": "Bus Partner 1111", "BpDispatchFlag": "Y", "BpAbbrevCode": "BP1111", "BpPrequalRequiredFlag": "N", "BpVUuid": "" }
BpCode
string
Business Partner Code - Required
BpName
string
Business Partner Name
BpDispatchFlag
string
Checked: Business Partner Is Being Used In Dispatch As Subcontractor Hauler
BpAbbrevCode
string
Abbreviation
BpPrequalRequiredFlag
string
Business Partner Pre-qualification is Required
BpVUuid
string
Leave Blank
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"Bp1099Code": null,
"Bp1099Name": null,
"BpAbbrevCode": "BP1111",
"BpActiveFlag": null,
"BpAdd1": null,
"BpAdd2": null,
"BpAdd3": null,
"BpAkaName": null,
"BpClassCode": null,
"BpClassName": null,
"BpClvValueCode1": null,
"BpClvValueCode1Prompt": null,
"BpClvValueCode2": null,
"BpClvValueCode2Prompt": null,
"BpClvValueCode3": null,
"BpClvValueCode3Prompt": null,
"BpClvValueCode4": null,
"BpClvValueCode4Prompt": null,
"BpClvValueCode5": null,
"BpClvValueCode5Prompt": null,
"BpClvValueCode6": null,
"BpClvValueCode6Prompt": null,
"BpCode": "BP1111",
"BpContactName": null,
"BpCountry": null,
"BpCreateDefaultCustComp": null,
"BpCreateDefaultVendorComp": null,
"BpCustBalAmt": null,
"BpCustomerStatusFlag": null,
"BpDispatchFlag": "Y",
"BpEmail": null,
"BpFax": null,
"BpLegalName": null,
"BpLegalentTypeCode": null,
"BpLegalentTypeName": null,
"BpModFlag": null,
"BpName": "Bus Partner 1111",
"BpOmOnlyFlag": null,
"BpOneTimeFlag": null,
"BpParentCode": null,
"BpParentName": null,
"BpPhone": null,
"BpPostalCode": null,
"BpPrequalRequiredFlag": "N",
"BpRegionCode": null,
"BpRegionName": null,
"BpRegistrationCode": null,
"BpShortName": null,
"BpSsnFlag": null,
"BpStartDate": null,
"BpSysBpAutoNumberFlag": null,
"BpTypeCode": null,
"BpUeValidFlag": null,
"BpVUuid": "EFA62A1B15EA6F91E05316821FAC31E5",
"BpVatCountryCode": null,
"BpVatRegistrationNum": null,
"BpVendorStatusFlag": null,
"BpWebSite": null,
"BpIuCreateDate": null,
"BpIuUpdateDate": null,
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/sys-rest-api/rest/1/businesspartner/EFA62A1B15EA6F91E05316821FAC31E5",
"name": "businesspartner",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestupg/sys-rest-api/rest/1/businesspartner/EFA62A1B15EA6F91E05316821FAC31E5",
"name": "businesspartner",
"kind": "item"
}
]
}
object