You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unique identifier of the created trading partner.
[optional]
index
int
Index number of the trading partner.
[optional]
message
str
A success message for the specific created record.
[optional]
Example
fromAvalara.SDK.models.EInvoicing.V1.create_trading_partners_batch200_response_value_innerimportCreateTradingPartnersBatch200ResponseValueInner# TODO update the JSON string belowjson="{}"# create an instance of CreateTradingPartnersBatch200ResponseValueInner from a JSON stringcreate_trading_partners_batch200_response_value_inner_instance=CreateTradingPartnersBatch200ResponseValueInner.from_json(json)
# print the JSON string representation of the objectprint(CreateTradingPartnersBatch200ResponseValueInner.to_json())
# convert the object into a dictcreate_trading_partners_batch200_response_value_inner_dict=create_trading_partners_batch200_response_value_inner_instance.to_dict()
# create an instance of CreateTradingPartnersBatch200ResponseValueInner from a dictcreate_trading_partners_batch200_response_value_inner_from_dict=CreateTradingPartnersBatch200ResponseValueInner.from_dict(create_trading_partners_batch200_response_value_inner_dict)