This PUT API can be used to capture updates in partner status details from ERP into GEP SMART, that can be used as reference in P2P transactions.
URL Format: https://<Instance>/SmartInterfaceAPI/api/Partner/PartnerStatus
Success Scenario - Request
Request below describes that this contains only the mandatory attributes:
Success Scenario - Response
Error Scenario - Request
Request below describes that this contains an invalid Partner code:
Error Scenario – Response
PartnerStatus |
|||||
S.No. |
Property |
Required? |
Data type |
Description |
Validations/Exceptions |
1 |
Status |
Yes |
String |
Status is Of Partner |
|
2 |
Yes |
List of SourceSystemDetails object |
Check Data Type SourceSystemDetails for details |
|
|
3 |
GEPPartnerCode |
Yes |
Long |
Partner Code is Of Partner Status |
|
4 |
Comments |
No |
String |
Comments is Of Partner |
SourceSystem |
|||||
S.No. |
Property |
Required? |
Data type |
Description |
Validations/Exceptions |
2.1 |
Name |
Yes |
String |
Source System Name |
|
2.2 |
Value |
Yes |
String |
Source System Value |
|