Fetch the external code for given associated party
get
/service/v1/relationshipmaster/externalCode
This endpoint is used to fetch the external code for given associated party.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
buyerId(optional): string
Buyer Id for filtration.
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
relationshipCode: string
relationship code for filter
-
sellerId(optional): string
Seller Role for filtration.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created relationshipmaster
Root Schema : ObcmTmRelationshipDetailsExternalCodeCollection
Type:
object
Collection of relationship.
Show Source
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : ExternalCodeDTO
Type:
Show Source
object
-
buyerCode(optional):
string
Buyer Code
-
externalCode(optional):
string
External Code
-
partyId(optional):
string
Party Id
-
supplierCode(optional):
string
Supplier Code
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