Skip to content

Commit

Permalink
Merge pull request #19 from ingrammicro-xvantage/feature
Browse files Browse the repository at this point in the history
Resloved Conflict.
  • Loading branch information
im-deviprakash committed Apr 8, 2024
2 parents 31c21c4 + b0c67be commit 1fc864a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/AsyncOrderCreateAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ func main() {
asyncOrderCreateDTO := *openapiclient.NewAsyncOrderCreateDTO() // AsyncOrderCreateDTO |
iMSenderID := "MyCompany" // string | Unique value used to identify the sender of the transaction. (optional)

<<<<<<< HEAD:docs/AsyncOrderCreateAPI.md
configuration := xi_sdk_resellers.NewConfiguration()
apiClient := xi_sdk_resellers.NewAPIClient(configuration)
resp, r, err := apiClient.AsyncOrderCreateAPI.PostAsyncOrderCreateV7(context.Background()).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).AsyncOrderCreateDTO(asyncOrderCreateDTO).IMSenderID(iMSenderID).Execute()
=======
configuration := xi_sdk_resellers.NewConfiguration()
apiClient := xi_sdk_resellers.NewAPIClient(configuration)
resp, r, err := apiClient.QuoteToOrderAPI.PostQuoteToOrderV6(context.Background()).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).QuoteToOrderDetailsDTO(quoteToOrderDetailsDTO).IMSenderID(iMSenderID).Execute()
>>>>>>> main:docs/QuoteToOrderAPI.md
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `AsyncOrderCreateAPI.PostAsyncOrderCreateV7``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
Expand Down

0 comments on commit 1fc864a

Please sign in to comment.